reflect.abiStep.kind (field)
29 uses
reflect (current package)
abi.go#L41: kind abiStepKind
abi.go#L94: println("part", i, p.kind, p.offset, p.size, p.stkOff, p.ireg, p.freg)
abi.go#L277: kind: kind,
abi.go#L302: kind: abiStepFloatReg,
abi.go#L319: kind: abiStepStack,
abi.go#L427: if st.kind == abiStepPointer {
abi.go#L458: if st.kind == abiStepPointer {
value.go#L501: switch st := abid.call.steps[0]; st.kind {
value.go#L527: switch st.kind {
value.go#L542: if st.kind == abiStepPointer {
value.go#L550: if st.kind == abiStepPointer {
value.go#L618: if st := steps[0]; st.kind == abiStepStack {
value.go#L635: if steps[0].kind != abiStepPointer {
value.go#L636: print("kind=", steps[0].kind, ", type=", stringFor(tv), "\n")
value.go#L654: switch st.kind {
value.go#L721: if st := steps[0]; st.kind == abiStepStack {
value.go#L742: switch st.kind {
value.go#L761: if steps[0].kind != abiStepPointer {
value.go#L762: print("kind=", steps[0].kind, ", type=", stringFor(typ), "\n")
value.go#L811: switch st.kind {
value.go#L976: switch st := methodABI.call.steps[0]; st.kind {
value.go#L1016: if vStep := valueSteps[0]; vStep.kind == abiStepStack {
value.go#L1019: if mStep.kind == abiStepStack {
value.go#L1031: switch mStep.kind {
value.go#L1047: if mStep := methodSteps[0]; mStep.kind == abiStepStack {
value.go#L1050: switch vStep.kind {
value.go#L1073: if mStep.kind != vStep.kind {
value.go#L1076: switch vStep.kind {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |